<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.container{width: 1280px;margin: 0 auto;}

/*ä¸€è¡Œçœç•¥*/
.oneLine{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*ä¸¤è¡Œçœç•¥*/
.twoLine{
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
}

/*é¡¶éƒ¨*/
.index_SY .header{background: rgba(0,0,0,0.0);position:fixed;left:0;top:0;width:100%;height: 80px;z-index:999;color: #fff;transition: all 0.36s ease;}
.header{background: rgba(0,0,0,0.3);position:fixed;left:0;top:0;width:100%;height: 80px;z-index:999;color: #fff;transition: all 0.36s ease;}
.header.hei{background: rgba(0,0,0,0.3);transition: all 0.36s ease;}
.header .container{box-sizing:border-box;width:100%;padding-right: 25px;height: 100%;min-width: 1200px;}
.header .logo{display:block;width: 140px;position: absolute;left: 50%;margin-left: -780px;top: 0;}
.index_SY .header .logo img{display:block;width:100%;margin:0;transition: all 0.36s ease;}
.header .logo img{display:block;width:75%;margin:0;transition: all 0.36s ease;}
.header.hei .logo img{display:block;width:75%;margin:0;transition: all 0.36s ease;}
.header .nav{padding-top: 30px;}
.header .nav li{float:left;line-height:21px;height:21px;margin-right: 50px;}
.header .nav li:last-child{margin-right:0}
.header .nav li .link{font-size: 13px;color: #fff;}
.header .nav li.on .link,.header .nav li:hover .link{color:#519ff1}
.header .nav li.language,.header .nav li.login,.header .nav li.search,.header .nav li.tmall, .header .nav li.lian{border-right:1px solid rgba(255,255,255,.2);margin-right:10px;padding-right:10px}
.header .nav li.search i{display:block;float:left;width:18px;height:18px;background:url(../img/search.png) no-repeat center;margin: 1px 5px 0 0;background-size: 16px;}
.header .nav li.language span{margin-left:9px}
.header .nav li.language i{display:block;float:right;width:36px;height:21px;background:url(../img/language.png) no-repeat;margin-left:6px}
.header .nav li.language{position: relative;cursor: pointer;}
.header .nav li.language .box{position: absolute;right: 0;top: 100%;width: 100px;opacity: 0;pointer-events: none;transition: all 0.3s;background: rgba(0,0,0,0.7);
	padding: 6px 0;}
.header .nav li.language:hover .box{opacity: 1;pointer-events: initial;}
.header .nav li.language .box a{font-size: 14px;color:#fff;padding: 8px 0 8px 22px;}
.header .nav li.language .box a:hover{color: #519ff1;}
.header .nav .nav_li{position: relative;height: 77px;line-height: 77px;margin-top: -28px;}
.header .nav .nav_li a{font-size: 16px;}
.header .nav li.login i{display:block;float:left;width:16px;height:18px;background:url(../img/login.png) no-repeat;margin:2px 5px 0 0}
.header .nav li.tmall i{display:block;float:left;width:18px;height:18px;background:url(../img/tmall.png) no-repeat;margin:2px 5px 0 0}
.header .nav li.jd i{display:block;float:left;width:18px;height:18px;background:url(../img/jd.png) no-repeat;margin:2px 5px 0 0}

.header .nav li.search{position: relative;cursor: pointer;padding-left: 9px;}
.header .nav li.search .header-search{position: absolute;right: 0;top:-10px;height: 41px;background:#fff;width: 420px;display: none;}
.header .nav li.search .header-search .header-search-text{border:none;width: 380px;height: 41px;box-sizing: border-box;padding: 0 20px;font-size: 14px;color: #666;}
.header .nav li.search .header-search .header-search-btn{width: 40px;height: 41px;border:none;background: url('../img/search_b.png') no-repeat center center;}
.header .nav li.login{background: url(../img/ren.png) no-repeat left center;background-size: 16px;padding-left: 22px;}
.header .nav li.lian{background: url(../img/zixun.png) no-repeat left center;background-size: 16px;padding-left: 22px;padding-right: 0;border-right: none;}
.header .nav li.lian a{color: #fff;}

.header .nav .nav_li .box{position: absolute;top: 100%;left: -66px;width: 196px;opacity: 0;pointer-events: none;transition: all 0.3s;
	text-align: center;}
.header .nav .nav_li:hover .box{opacity: 1;pointer-events: initial;}
.header .nav .nav_li .box .tit{font-size: 14px;font-weight: bold;color: #25c1ff;line-height: 44px;border-top: 1px solid rgba(255,255,255,0.2);background: rgba(2,11,26,0.6);text-align: left;padding-left: 35px;}
.header .nav .nav_li .box a{display:block;font-size:14px;color:#fff;padding-left: 35px;line-height: 44px;text-align: left;border-top: 1px solid rgba(255,255,255,0.2);background: rgba(2,11,26,0.6);}
.header .nav .nav_li .box a:hover{background: #237ae4;border-top-color: #46f4ff;}






.section1{display: flex;align-items: center;justify-content: center;text-align: center;position: relative;}
.section1 .title{font-weight: bold;font-size: 60px;line-height: 90px;color: #fff;margin-bottom: 3px;}
.section1 p{font-size: 36px;line-height: 53px;color: #fff;}
.section1 .bot{position: absolute;bottom: 0;width: 100%;left: 0;height: 180px;display: flex;
    align-items: center;background: rgba(0,0,0,0.2);}
.section1 .bot .item{width: 72px;display: flex;justify-content: center;flex-direction: column;margin-right: calc(20% - 26px);align-items: center;}
.section1 .bot .item:last-child{margin-right: 0;}
.section1 .bot .item img{max-width: 100%;}
.section1 .bot .item span{color: #fff;font-size: 16px;line-height: 25px;margin-top: 12px;white-space: nowrap;}
.section1 .bot .item:hover .img_off{display: none;}
.section1 .bot .item:hover .img_on{display: inline-block;}
.section1 .bot .item .img_on{display: none;}

.section2{padding: 265px 0 120px;background-attachment: fixed;}
.section2 .title{color: #fff;font-size: 36px;line-height: 36px;margin-bottom: 48px;}
.section2 .row{display: flex;align-items: flex-end;}
.section2 .box{width: 35.5%;margin-right: 6%;}
.section2 .box .item{height: 105px;margin-bottom: 20px;background: #fff;border: 1px solid rgba(0,0,0,0.9);display: block;}
.section2 .box .item:last-child{margin-bottom: 0;}
.section2 .box .item .img{height: 100%;width: 164px;}
.section2 .box .item .text{height: 100%;width: calc(100% - 164px);padding: 16px 18px;}
.section2 .box .item .tit{font-size: 18px;color: #333;line-height: 24px;margin-top: 10px;font-weight: bold;}
.section2 .box .item span{font-size: 12px;color: #333;line-height: 12px;}
.section2 .box .item:hover{border: 1px solid #237ae4;}
.section2 .box .item:hover .tit{color: #237ae4;}
.section2  .pic{width: 58.5%;height: 482px;position: relative;display: block;}
.section2  .pic .tit{background: rgba(35,122,228,0.9);width: 100%;bottom: 0;height: 60px;line-height: 60px;padding: 0 28px;color: #fff;font-size: 22px;position: absolute;}

.section3{padding: 270px 0 370px;}
.section3 .title{font-size: 36px;color: #237ae4;font-weight: bold;margin-bottom: 30px;}
.section3 .row{margin: 15px 0 35px;}
.section3 p{font-size: 16px;color: #4e6282;line-height: 30px;}
.section3 a{color: #237ae4;font-size: 14px;border-radius: 42px;border: 1px solid #237ae4;display: flex;width: 152px;height: 42px;justify-content: center;align-items: center;
	transition: all 0.3s;}
.section3 a:hover{background: linear-gradient(to right, #2CC4FF, #217EF3);color: #fff;border: none;}
.section3 a i{font-size: 18px;}

.section4{padding: 105px 0;}
.section4 .container{text-align: justify;}
.section4 .item{display: contents;}
.section4 .item:hover .img_off{display: none;}
.section4 .item:hover .img_on{display: inline-block;}
.section4 .item .img_on{display: none;}
.section4 span:after {content:'';width: 100%;display: inline-block;overflow: hidden;height: 0;}

/*åº•éƒ¨*/
.footer{width:100%;padding:70px 0 30px;background:#313234;}
.footer .one{}
.footer .list{width: 130px;margin-right: 30px;}
.footer .list p{font-size: 16px;color: #fff;line-height: 20px;margin-bottom: 8px;}
.footer .list .row{}
.footer .list .row a{line-height: 50px;border-bottom: 1px solid #fff;font-size: 14px;color: #fff;display: block;}
.footer .list.link .row a{transition: all 0.3s;background: url(../img/link.png) no-repeat right 12px center;}
.footer .list.link .row a:hover{color: #237ae4;background: url(../img/link_on.png) no-repeat right 2px center;}
.footer .list.info{width: 360px;}
.footer .list.share{width: auto;}
.footer .list.share p{margin-bottom: 24px;}
.footer .list .box a{background: #7E7E7E;display: flex;float: left;width: 50px;height: 50px;margin-right: 10px;align-items: center;justify-content: center;
	border-radius: 50%;position: relative;}
.footer .list .box a i{color: #fff;font-size: 20px;}
.footer .list .box a:hover{background: #237ae4;}
.footer .right{margin-top: 30px;}
.footer .right span{color: #fff;font-size: 14px;}

.footer .list .wechat .code {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    opacity: 0;
    top: -136px;
    left: 50%;
    margin-left: -60px;
    border-radius: 3px;
    display: block;
    padding: 5px;
    box-shadow: 0px 1px 5px #ccc;
    display: none;
}
.footer .list .wechat .code:after{
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
.footer .list .wechat .code img {
    max-width: 100%;
    max-height: 100%;
}
.footer .list .wechat:hover .code{ display:block; opacity:1; }



/*ä¸€äº‘ä¸¤ç½‘*/
.contain{width: 1280px;margin: 0 auto;}
.ch_con1{background-image: url(../images/channel_pic1.jpg);}
.ch_con2{background-image: url(../images/channel_pic2.jpg);}
.ch_con3{background-image: url(../images/channel_pic3.jpg);}
.ch_con4{background-image: url(../images/channel_pic4.jpg);}

.ch_con{width: 100%;height: 100%;display: flex;align-items: center;background-attachment: fixed;}
.ch_con1 .info{width: 700px;float: left;padding-top: 150px;}
.ch_con1 .title{font-size: 60px;color: #fff;line-height: 80px;}
.ch_con1 .txt{font-size: 18px;color: #fff;line-height: 36px;margin-top: 25px;}
.ch_con1 .pic{float: right;width: 699px ;margin-right: -120px;}
.ch_con1 .pic img{display: block;width: 100%;}

.ch_con2 .title{font-size: 60px;color: #fff;line-height: 80px;}
.ch_con2 .txt{font-size: 20px;color: #fff;line-height: 36px;max-width: 700px;margin-top: 25px;}

.ch_con .title{font-size: 60px;color: #fff;line-height: 80px;}
.ch_con .top{font-size: 19px;color: #fff;line-height: 37px;width: 710px;margin-top: 25px;}
.ch_con .ch-nav{display: flex;margin-top: 49px;}
.ch_con .ch-nav a{display: block;width: 165px;height: 46px;text-align: center;line-height: 46px;border:1px solid #fff;font-size: 18px;color: #fff;margin: 0 15px;}
.ch_con3 .ch-nav a.on{background-image: -moz-linear-gradient( 180deg, rgb(35,123,229) 0%, rgb(37,191,255) 100%);
background-image: -webkit-linear-gradient( 180deg, rgb(35,123,229) 0%, rgb(37,191,255) 100%);
background-image: -ms-linear-gradient( 180deg, rgb(35,123,229) 0%, rgb(37,191,255) 100%);border:none;}
.ch_con4 .ch-nav a.on{background-image: -moz-linear-gradient( 180deg, rgb(12,221,114) 0%, rgb(143,254,112) 100%);
background-image: -webkit-linear-gradient( 180deg, rgb(12,221,114) 0%, rgb(143,254,112) 100%);
background-image: -ms-linear-gradient( 180deg, rgb(12,221,114) 0%, rgb(143,254,112) 100%);border: none;}
.ch_con .ch-item{margin: 70px 0 0;width: 960px;display: none;}
.ch_con .ch-item:first-child{display: block;}
.ch_con .ch-item .pic{width: 330px;float: left;box-shadow: 0px 1px 48.51px 0.49px rgba(172, 172, 172, 0.004);}
.ch_con .ch-item .pic img{display: block;width: 100%;}
.ch_con .ch-item .main{float: right;width: 585px;padding-top: 5px;height:180px;}
.ch_con .ch-item .txt{font-size: 15px;color: #fff;line-height: 34px;min-height: 102px;}


.menu{height:80px; background: url(../images/menu_bg.jpg) no-repeat center;background-size: cover;left:0; z-index:998;width:100%;
	margin-top: -80px;}
.menu.fixed{position: fixed;top: 0;margin-top: 0;}
.menu.showmenu{bottom: auto;top: 0;}
.menu li{float:left; display:inline-block;margin-right: 64px;line-height: 80px;position: relative;color:#fff;font-size: 18px;cursor: pointer;}
.menu li:last-child{margin-right: 0;}
.menu li.on{}
.menu li.on:before {background: url(../images/menu_on.png) no-repeat center top;background-size: 100% 70%;
    width: 275px;height: 80px;left: 50%;margin-left: -138px;top: 0;content: '';position: absolute;
}


/*å…³äºŽæˆ‘ä»¬*/
.zt_top{width: 100%;height: 100%;display: flex;align-items: center;}
.zt_top .cont{width: 1322px;margin: 0 auto;}
.zt_top .title{font-size: 64px; color:#fff;line-height: 64px;font-weight: bold;display: inline-block;cursor: pointer;}
.zt_top .title img{margin-left: 25px;}
.zt_top .group1{margin-top: 160px;}
.zt_top .group1-box{float: left;margin-right: 90px;}
.zt_top .group1-box:last-child{margin-right: 0;}
.zt_top .group1-box .tit{font-size: 20px;color: #fff;position: relative;}
.zt_top .group1-box .tit span{font-size: 60px;color: #fff;font-weight: bold;font-family: cursive;line-height: 60px;position: relative;
    top: 5px;margin-right: 8px;}
.zt_top .group1-box .tit i{position: absolute;top: -10px;font-size: 30px;font-style: normal;line-height: 40px;}
.zt_top .group1-box .tit1{font-size: 20px;color: #fff;margin-top: 20px;font-weight: 300;}

.grp_new2 .title{display: none;}
.grp_new2{width: 100%;height: 100%;padding-top: 140px;background-image: url(../images/grp_new2.jpg);box-sizing: border-box;}
.grp_new2 .txt{width: 750px;padding-right: 60px;position: relative;padding-bottom: 50px;}
.assess-more{position: absolute;left: 50%;bottom: 0;display: block;width: 44px;height: 44px;background: url('../images/look_more.png') no-repeat center;
	background-size: 25px;margin-left: -22px;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;}
.look-offset{transform:rotate(180deg);}
.grp_new2 .txt .scroll{}
.grp_new2 .txt p{font-size: 16px;line-height: 30px;color: #333;}
.grp_new2 .scroll_txt{height: 274px;overflow: hidden;}

.grp_new3{width: 100%;background: #0F1D44;padding: 100px 0;}
.grp_new3 .title{font-size: 26px;line-height: 26px;color: #fff;}
.grp_new3 .grp_map{margin-top: 28px;position: relative;}
.grp_new3 .grp_map img{max-width: 77.5%;margin-left: -30px;}
.grp_new3 .grp_map .box{width: 377px;position: absolute;top: 0;right: 0;padding: 20px 10px 70px 22px;background: linear-gradient(to top, rgba(27,85,164,0.1), rgba(27,85,164,1));}
.grp_new3 .grp_map .box p{color: #fff;font-size: 14px;line-height: 20px;padding-right: 25px;margin-bottom: 15px;display: flex;}
.grp_new3 .grp_map .box p span{font-size: 27px;margin-right: 5px;line-height: 17px;}
.grp_new3 .txt{margin: 10px 0;font-size: 15px;line-height: 25px;color: #fff;}
.grp_new3 .pic_box{}
.grp_new3 .pic_box .item{float: left;width: calc(10% - 4px);margin-right: 4px;}
.grp_new3 .pic_box .item:last-child{margin-right: 0;}
.grp_new3 .pic_box .item img{width: 100%;}
.grp_new3 .pic_box .item .tit{font-size: 12px;color: #fff;line-height: 15px;margin-top: 3px;}


.grp_new4{width: 100%;background: linear-gradient(to top, #FCFDFF, #88D3FF);padding: 100px 0;}
.grp_new4 .grp4_l{width: 37%;height: 650px;padding-right: 76px;border-right: 1px solid #89A3B2;box-sizing: border-box;}
.grp_new4 .grp4_l .item{color: #333;display: none;}
.grp_new4 .grp4_l .item:first-child{display: block;}
.grp_new4 .grp4_l .item .tit{font-size: 36px;line-height: 36px;margin-bottom: 15px;/*font-weight: bold;*/}
.grp_new4 .grp4_l .item .s_tit{font-size: 22px;font-weight: bold;margin-bottom: 40px;}
.grp_new4 .grp4_l .item p{font-size: 16px;line-height: 30px;color: #666;}
.grp_new4 .grp4_l .item .swiper-container{padding-bottom: 28px;margin-top: 58px;}
.grp_new4 .grp4_l .item .swiper-slide{width: 100%;height: 250px;}
.grp_new4 .swiper-container-horizontal&gt;.swiper-pagination-bullets{bottom: 0;}
.grp_new4 .swiper-pagination-bullet-active{background: #1D96D5}
.grp_new4 .swiper-wrapper {overflow: initial;}
.swiper-base .swiper-wrapper{overflow: initial;}

.grp_new4 .grp4_r{width: 57.7%;}
.grp_new4 .grp4_r .grp4_r_con{}
.grp_new4 .grp4_r .grp4_r_con .tit{font-size: 22px;color: #fff;background: #25C1FF;width: calc(33.33% - 14px);height: 60px;text-align: center;line-height: 60px;
	cursor: pointer;float: left;margin-right: 20px;border-radius: 5px;}
.grp_new4 .grp4_r .grp4_r_con .tit:last-child{margin-right: 0;}
.grp_new4 .grp4_r .grp4_r_con .tit.on, .grp_new4 .grp4_r .grp4_r_con .tit:hover{background: #237AE4;}
.grp_new4 .grp4_r .grp4_r_box{padding-top: 50px;}
.grp_new4 .grp4_r .grp4_r_box .item{display: none;}
.grp_new4 .grp4_r .grp4_r_box .item:first-child{display: block;}
.grp_new4 .grp4_r .grp4_r_box .item .row{margin-bottom: 50px;color: #333;}
.grp_new4 .grp4_r .grp4_r_box .item .tit{width: 120px;font-size: 22px;line-height: 28px;}
.grp_new4 .grp4_r .grp4_r_box .item .text{width: calc(100% - 120px);}
.grp_new4 .grp4_r .grp4_r_box .item p{font-size: 16px;line-height: 30px;color: #666;}

.prism-player{width: 900px !important;height: 600px !important;}
.dialog{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0,0,0,0.7);
	z-Index:9999;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: center;
}
.dialog .close{
	background: url(../images/close1.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -340px 0 0 450px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.dialog .close:hover{
	-o-transform:rotate(60deg); 	/* Opera */
	animation:0.5s linear 0s myrotate;
    -webkit-animation:0.5s linear 0s myrotate;
}

@keyframes myrotate{
    form {transform:rotate(0deg);}    
    to    {transform:rotate(90deg);}
}
@-webkit-keyframes myrotate{/* Safari and Chrome */
    form {transform:rotate(0deg);}    
    to    {transform:rotate(90deg);}
}


/*è‘£äº‹é•¿ç®€ä»‹*/
.intr_max{width: 100%;height: 100%;display: flex;align-items: center;background-image: url(../images/dsz_zt.jpg);}
.intr_max .title{font-size: 64px; color:#fff;line-height: 28px;margin-bottom: 70px;font-weight: bold;}
.intr_max .tit{font-size: 36px; color:#fff;line-height: 36px;margin-bottom: 15px;}
.intr_max .tit1{font-size:20px; color:#fff;line-height: 40px;margin-bottom: 30px;}
.intr_max .row{width: 640px;border-top: 1px solid rgba(255,255,255,0.8);padding-top: 25px;}
.intr_max .row p{font-size:16px; color: #fff;line-height: 32px;float: left;width: 280px;}

.intr_new2{width: 100%;background: linear-gradient(to top, #FCFDFF, #88D3FF);padding: 100px 0;}
.intr_new2 .pic{width: 34%;}
.intr_new2 .pic img{max-width: 100%;}
.intr_new2 .txt{width: 66%;padding-left: 72px;box-sizing: border-box;}
.intr_new2 .title{font-size: 42px; color:#000;line-height: 50px;margin-bottom: 20px;font-weight: bold;}
.intr_new2 .txt p{font-size: 18px;line-height: 34px;margin-bottom: 10px;color: #333;}

.intr_new6{width: 100%;background: linear-gradient(to top, #FCFDFF, #88D3FF);padding: 100px 0;}
.intr_new6 .container{}
.intr_new6 .left{width:47%;float:left;}
.intr_new6 .left img{width:100%}
.intr_new6 .right{width:50%;float:right;padding-top:90px}
.intr_new6 .right h1{font-size:36px;color:#237ae4;font-weight: bold;}
.intr_new6 .right p{font-size:20px;color:#666;line-height:40px;margin-top:28px}
.intr_new6 .right a{display:inline-block;font-size:16px;color:#237ae4;margin-top:36px;position:relative}
.intr_new6 .right a::after{content:'';width:22px;height:9px;display:block;position:absolute;right:-53px;top:5px;background:url(../images/bk_down.png) no-repeat center;background-size:contain}
.intr_new6 .title{display: none;}








</pre></body></html>